home *** CD-ROM | disk | FTP | other *** search
- object RegForm: TRegForm
- Left = 306
- Top = 163
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Registrace programu EMcalc'
- ClientHeight = 255
- ClientWidth = 308
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object RegistrovatButton: TButton
- Left = 132
- Top = 224
- Width = 73
- Height = 25
- Caption = '&Registrovat'
- Enabled = False
- ModalResult = 1
- TabOrder = 2
- OnClick = RegistrovatButtonClick
- end
- object ZavritButton: TButton
- Left = 224
- Top = 224
- Width = 73
- Height = 25
- Caption = '&Zav��t'
- ModalResult = 2
- TabOrder = 3
- end
- object UzivatelGroupBox: TGroupBox
- Left = 8
- Top = 6
- Width = 289
- Height = 142
- Caption = '&U�ivatel '
- TabOrder = 0
- object JmenoLabel: TLabel
- Left = 12
- Top = 16
- Width = 34
- Height = 13
- Caption = '&Jm�no:'
- FocusControl = JmenoEdit
- end
- object OrganizaceLabel: TLabel
- Left = 12
- Top = 56
- Width = 57
- Height = 13
- Caption = '&Organizace:'
- FocusControl = OrganizaceEdit
- end
- object AdresaLabel: TLabel
- Left = 12
- Top = 96
- Width = 36
- Height = 13
- Caption = '&Adresa:'
- FocusControl = AdresaEdit
- end
- object JmenoEdit: TEdit
- Left = 12
- Top = 32
- Width = 265
- Height = 21
- HideSelection = False
- TabOrder = 0
- OnChange = SerioveCisloEditChange
- end
- object OrganizaceEdit: TEdit
- Left = 12
- Top = 72
- Width = 266
- Height = 21
- HideSelection = False
- TabOrder = 1
- OnChange = SerioveCisloEditChange
- end
- object AdresaEdit: TEdit
- Left = 12
- Top = 112
- Width = 266
- Height = 21
- HideSelection = False
- TabOrder = 2
- OnChange = SerioveCisloEditChange
- end
- end
- object RegistracniUdajeGroupBox: TGroupBox
- Left = 8
- Top = 150
- Width = 289
- Height = 65
- Caption = '&Registra�n� �daje '
- TabOrder = 1
- object SerioveCisloLabel: TLabel
- Left = 12
- Top = 16
- Width = 64
- Height = 13
- Caption = '&S�riov� ��slo:'
- FocusControl = SerioveCisloEdit
- end
- object AutentizacniKodLabel: TLabel
- Left = 124
- Top = 16
- Width = 83
- Height = 13
- Caption = '&Autentiza�n� k�d:'
- FocusControl = AutentizacniKodEdit
- end
- object SerioveCisloEdit: TEdit
- Left = 12
- Top = 32
- Width = 101
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 10
- ParentFont = False
- TabOrder = 0
- OnChange = SerioveCisloEditChange
- end
- object AutentizacniKodEdit: TEdit
- Left = 124
- Top = 32
- Width = 153
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnChange = SerioveCisloEditChange
- end
- end
- end
-